• Postel's Robustness Principle

    Updated: 2010-02-26 09:29:00
    Interesting comment from the trenches:After much testing, it's clear that Postel's advice to protocol designers ("be liberal in what you accept, and conservative in what you send") invites a natural-law repercussion for JS as "protocol": "If you are liberal in what you accept, others will utterly fail to be conservative in what they send."Found here: http://mxr.mozilla.org/mozilla-central/source/js/src/jsscan.cpp#1464 while looking at SpiderMonkey source code.

  • Eclipse for Dummies (Paperback) newly tagged "programming"

    Updated: 2010-02-25 22:20:59
    Home Forums File Downloads System Security Programming Calendar Open Topic Articles Legacy Articles Network Devices News Latest Security News Security Exploits Patches Global Security News Blog GSO Announcements Off Topic GSO Stuff What's New at GSO Rules Regulations Twitter Search Polls GSO Live Chat You are : here Home Products Programming Eclipse for Dummies Paperback newly tagged programming Eclipse for Dummies Paperback newly tagged programming font size : decrease font size increase font size Rate this article View Comments click to see full-size image Eclipse for Dummies Paperback By Barry A . Burd Buy new : 21.3638 used and new from 13.55 Customer Rating : First tagged programming by J . Treon Engineer , geek , bad speller Customer tags : eclipse(6 java(5 for dummies(4 programming editors(3 ide(3 ide guide , programming Read Full Article Written on Thursday , 25 February 2010 14:21 by Viewed 22 times so far . Like this Tweet it to your followers Published in Subscribe to the RSS feed of Network Security Hacking Products Network Security Hacking Products Subscribe to the RSS feed of Programming Programming Like this Let your friends know now Add to Delicious Digg this Add to

  • ActiveState at the Open Source Business Conference

    Updated: 2010-02-25 22:03:25
    Open source is becoming increasingly popular in today’s enterprise. Held on March 17-18 in the Palace Hotel in San Francisco, The Open Source Business Conference (OSBC) gathers many great minds for two days of enlightening discussions on how enterprises use open source for innovation, accelerated productivity and, of course, cost cutting. Open source has always been [...]

  • NetBeans™ Ruby and Rails IDE with JRuby (Firstpress) (Paperback) newly tagged "programming"

    Updated: 2010-02-25 15:08:19
    Home Forums File Downloads System Security Programming Calendar Open Topic Articles Legacy Articles Network Devices News Latest Security News Security Exploits Patches Global Security News Blog GSO Announcements Off Topic GSO Stuff What's New at GSO Rules Regulations Twitter Search Polls GSO Live Chat You are : here Home Products Programming NetBeans trade Ruby and Rails IDE with JRuby Firstpress Paperback newly tagged programming NetBeans trade Ruby and Rails IDE with JRuby Firstpress Paperback newly tagged programming font size : decrease font size increase font size Rate this article View Comments click to see full-size image NetBeans Ruby and Rails IDE with JRuby Firstpress Paperback By Chris Kutler Buy new : 17.9923 used and new from 7.75 Customer Rating : First tagged programming by John Yeary John Yeary Greenville Java Users Group President Customer tags : ruby(5 ruby on rails(4 netbeans(3 java(3 ide(3 software development(2 jruby(2 ruby programming language , programming Read Full Article Written on Thursday , 25 February 2010 07:08 by Viewed 20 times so far . Like this Tweet it to your followers Published in Subscribe to the RSS feed of Network Security Hacking Products

  • New Webinar from ActiveState

    Updated: 2010-02-24 18:21:45
    Take Quality Products to Market Faster with Enterprise-Ready Dynamic Languages is the newest, free web seminar from ActiveState hosted by Dr. Dobbs. Join Lawrence Backman, VP, Quality Assurance at Computer Associates, one of the largest independent software companies in the world, and Jeff Hobbs, Director of Engineering at ActiveState, the dynamic languages experts to learn: The [...]

  • VMWare Server Doesn't Start After Upgrade

    Updated: 2010-02-23 05:13:00
    I have a Xubuntu 9.04 machine that is hosting some VMs running onVMWare Server. I recently upgraded a bunch of packages on the hostmachine and then I noticed that the VMWare Server was not startingautomatically anymore. I tried running it manually and I got the errormessage: vmware is installed, but it has not been (correctly)configured for this system. What happened is that one the upgraded packages was the Linux Kerneland a new Kernel version will break VMWare because it originally compiled forthe previous Kernel version that was on the machine. To fixthis I had to run the /usr/bin/vmware-config.pl script to reconfigureand recompile several components. After running the script, VMWareserver started up again as normal.Let me know if you had this problem before.</div

  • Murach's OS/390 and z/OS JCL (Paperback) newly tagged "programming"

    Updated: 2010-02-22 18:40:23
    Home Forums File Downloads System Security Programming Calendar Open Topic Articles Legacy Articles Network Devices News Latest Security News Security Exploits Patches Global Security News Blog GSO Announcements Off Topic GSO Stuff What's New at GSO Rules Regulations Twitter Search Polls GSO Live Chat You are : here Home Products Programming Murach's OS 390 and z OS JCL Paperback newly tagged programming Murach's OS 390 and z OS JCL Paperback newly tagged programming font size : decrease font size increase font size Rate this article View Comments click to see full-size image Murach's OS 390 and z OS JCL Paperback By Raul Menendez Buy new : 55.5534 used and new from 27.99 Customer Rating : First tagged programming by Ashley Jerome Marshall Customer tags : programming , computer system Read Full Article Written on Monday , 22 February 2010 10:40 by Viewed 39 times so far . Like this Tweet it to your followers Published in Subscribe to the RSS feed of Network Security Hacking Products Network Security Hacking Products Subscribe to the RSS feed of Programming Programming Like this Let your friends know now Add to Delicious Digg this Add to Reddit Add to StumbleUpon Add to Facebook Add

  • Building and Installing Emacs from Source on Ubuntu

    Updated: 2010-02-22 05:51:00
    : skip to main skip to sidebar The Blinking Cursor featuring the keyboards of Jonas . Gorauskas Home About Feed Code Twitter Sign In Building and Installing Emacs from Source on Ubuntu Posted by Jonas Gorauskas on Sunday , February 21, 2010 Labels : Emacs Quick Hacks Web Server Every so often I have to setup a web development server and one of the first things I have to have on that server is Emacs . As an Emacs fanatic , I need to have the very latest bleeding-edge version . In order to ensure that , I clone the official git repository into my home directory and then I compile and build from there . Most of the time I will be performing the steps below on a Ubuntu Server distribution these work on versions 8.10, 9.04, and 9.10 without X installed . I will assume you already have your Ubuntu server up and . running Install some packages needed for the build by running the following : command sudo apt-get install build-essentials gcc git-core texinfo libncurses5-dev Clone the latest Emacs from the GNU git repository by running this : git clone git : git.savannah.gnu.org emacs.git Configure , compile and install Emacs by running the following commands : cd emacs sudo configure

  • Python Crypto: State of the Art (Part 1)

    Updated: 2010-02-21 00:54:33
    There is a lot of interest in doing cryptography using Python these days which has resulted in quite an impressive number of cryptography related Python modules out there. PyPI package index alone has about 50 ‘cryptography’-tagged entries. Unfortunately, the quality and scope of those packages, well, varies. So instead of putting together a list of All [...]

  • Pycon slides + answers to GM questions

    Updated: 2010-02-20 14:18:27
    I did my presentation yesterday, and it seems like people enjoyed it, from what I’ve heard in the halls and seen online. I am very glad about this feedback because packaging is not the sexiest topic in programming conferences in general. Anyways, here are my slides : http://ziade.org/slides/pycon-2010-state-of-packaging.pdf And as promised, I’ve answered to all the questions [...]

  • ActiveState Launches New and Improved Code Site

    Updated: 2010-02-19 19:26:36
    We are super excited to unveil the new code.activestate.com at PyCon today. We’ve implemented tons of new improvements and sharpened code.activestate.com to make it the place to go for dynamic language and web development code recipes. ActiveState and O’Reilly worked in collaboration to deliver a site where developers can share best practices [...]

  • Python Language Summit — Summary of the packaging track

    Updated: 2010-02-18 19:03:01
    Here are quick wrapup on what has been said during the packaging session in the language summit that is happening today at Pycon. The four major points are: The implementation of the accepted PEPs that have been done lately will not happen in Distutils but in a new package in the Distribute project (so logically in a [...]

  • Getting started with Python development tools

    Updated: 2010-02-18 17:16:13
    As you are about to embark on your new Python-based project, it is perhaps good to consider using existing tools available in the Python community. Consider the following  tools that the Python community has provided to ease one’s development process: virtualenv: If your project depends on certain Python packages, but you’d prefer not to pollute your [...]

  • The cost of open source software

    Updated: 2010-02-17 21:57:30
    Much has been said in our inner open source circles about the cost of open source. But now, people outside the inner circle are understanding the value and costs associated with open source. Open source software bits are generally freely available for download, so the acquisition costs are low. But like any software project (open [...]

  • Better interactive shell for ActivePython

    Updated: 2010-02-17 18:25:34
    ActivePython users on Linux or MacOSX may have noted that the arrow keys do not work properly in the command-line Python shell. When you hit up-arrow in the shell, ActivePython gives you “^[[A“. This is because ActivePython does not include GNU readline due to licensing restrictions. Fortunately, ActivePython comes with PyPM (Python Package Manager), using which [...]

  • C Programming - An Advanced Course (Paperback) newly tagged "programming"

    Updated: 2010-02-17 13:44:39
    Home Forums File Downloads System Security Programming Calendar Open Topic Articles Legacy Articles Network Devices News Latest Security News Security Exploits Patches Global Security News Blog GSO Announcements Off Topic GSO Stuff What's New at GSO Rules Regulations Twitter Search Polls GSO Live Chat You are : here Home Products Programming C Programming An Advanced Course Paperback newly tagged programming C Programming An Advanced Course Paperback newly tagged programming font size : decrease font size increase font size Rate this article View Comments click to see full-size image C Programming An Advanced Course Paperback By Noel Kalicharan Buy new : 24.95 Customer Rating : First tagged programming by C . Roopnarine CR Customer tags : c language , programming , excellent book , computer science , c programming , book Read Full Article Written on Wednesday , 17 February 2010 05:44 by Viewed 54 times so far . Like this Tweet it to your followers Published in Subscribe to the RSS feed of Network Security Hacking Products Network Security Hacking Products Subscribe to the RSS feed of Programming Programming Like this Let your friends know now Add to Delicious Digg this Add to

  • Top 5 Tips for Managing Open Source Developers: Don’t Forget the Beer Fridge!

    Updated: 2010-02-16 18:31:54
    Just over 4 years ago I was presented with the privileged opportunity of leading ActiveState as its CEO. I say privileged because ActiveState is comprised of a group of very smart and very passionate individuals (aka “Activators”) and it is not every day that an opportunity like this presents itself. However, when you are entrusted [...]

  • Where Is Tcl Hiding?

    Updated: 2010-02-15 21:31:14
    In basements, gadgets, and embedded in a multitude of applications, where it is silently humming along, working for many people without them being aware of its presence. For example, as Perl is often called the “duct tape of the Internet”, Tcl can be seen as its foundation, running quietly in numerous Cisco routers and other network [...]

  • Ask questions about packaging

    Updated: 2010-02-11 22:20:58
    I have started a Google Moderator series to gather questions people would like to ask about Python packaging. I will answer to the most popular questions at the end of my talk at Pycon. Here’s the link : http://www.google.com/moderator/#16/e=4395 Please, add some questions, and vote !

  • A Little Bit of Python Episode 4: A Pre-PyCon Special

    Updated: 2010-02-08 00:13:48
    Voidspace The website , technical blog and projects of Michael Foord Home Blog Book IronPython Python Projects Python Articles Contact Python Programming , news on the Voidspace Python Projects and all things . techie Front page All By Date All By Category RSS Feed 1157 A Little Bit of Python Episode 4 : A Pre-PyCon Special A Little Bit of Python is an occasional podcast on Python related topics with myself , Brett Cannon Jesse Noller Steve Holden and Andrew Kuchling The website is in progress and apparently nearly ready , thanks to Jesse and various other people who we will thank as soon as it is done . In the meantime , episode 4 is out . PyCon 2010 is only ten days away and it is the highlight of the year for many of us in the Python community . This episode is a pre-PyCon special where we discuss some of the things that will be happening at the conference and how to get the best out of . it Episode 4 : A Little Bit of Python mp3 Episode 4 : A Little Bit of Python m4a General links for the podcast feeds and a webpage with an embedded flash : player A Little Bit of Python mp3 rss feed A Little Bit of Python m4a rss feed Podcast homepage currently redirecting to a temporary home

  • ConfigObj 4.7.1 (and how to test warnings)

    Updated: 2010-02-07 23:52:41
    I hate doing releases. I haven't managed to automate the whole process (I should probably work on that), although setup.py sdist upload certainly helps. ... [290 words]

  • Discover 0.3.2 and the load_tests protocol

    Updated: 2010-02-07 23:25:47
    discover is a test discovery module for the standard library unittest test framework. Test discovery is built into unittest in Python 2.7 and 3.2. ... [335 words]

  • improving Python’s getpass module

    Updated: 2010-02-06 23:51:31
    UPDATED see the end. The Python standard library has a module called getpass you can use to get a password from the prompt: >>> import getpass >>> password = getpass.getpass() Password:          <-- non-echoed typing here >>> print password worked That’s nice, and Distutils uses it to ask for your password when you register or upload a release at [...]

  • Why did we introduce this new Business Edition?

    Updated: 2010-02-04 21:13:58
    We introduced Business Edition earlier this week, and made some changes to our ActivePerl, ActivePython, and ActiveTcl Community Editions. In this podcast interview on Frugal Tech Show, I had the pleasure of speaking with Ken Hess and Jason Perlow about why we made these changes. In summary, ActiveState has always been and will continue to be [...]

  • Interview with Pardus Linux

    Updated: 2010-02-02 10:28:52
    Voidspace The website , technical blog and projects of Michael Foord Home Blog Book IronPython Python Projects Python Articles Contact Python Programming , news on the Voidspace Python Projects and all things . techie Front page All By Date All By Category RSS Feed 1154 Interview with Pardus Linux I recently did an interview on Python with the Pardus Linux magazine . Pardus Linux is a distribution developed in Turkey by the Turkish National Research Institute of Electronics and Cryptology with the goal of being usable by normal people rather than just . geeks Pardus are great supporters and users of Python . A while ago they chose Python as their standard language for custom package and configuration management . tools Interview with Pardus Linux in Turkish The magazine is Turkish , so here's the original in English . It covers topics like why use Python choosing a GUI toolkit , the move from Python 2 to 3 and whether there will ever be a Python compiler . The Turkish version is a very nicely produced PDF with waaay too many pictures of me , and even one of my wife . Who is Michael Foord I've been developing with Python since 2002. I've written many articles on Python and maintain

  • Simple command-line vault : CLVault

    Updated: 2010-02-01 17:26:27
    I am pretty happy with the Keyring project. I use it now everywhere in my Mercurial-based projects, thanks to mercurial_keyring. There’s one other place I’ve started to use it: I needed a simple command-line based tool to save passwords and read them. The tool I’ve used so far was KeePass, but I need to run it [...]

Current Feed Items | Previous Months Items

Jan 2010